home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 9922 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news2.cais.com!news
  2. From: Nehal Trivedi <ntrivedi@cais.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: C++ Exceptions and error codes
  5. Date: Mon, 04 Mar 1996 23:52:58 -0500
  6. Organization: Capital Area Internet Service, Inc.
  7. Message-ID: <313BC8AA.1B24@cais.com>
  8. NNTP-Posting-Host: ntrivedi.cais.com
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (WinNT; I)
  13.  
  14. I am looking for expert suggestions on designing C++ exception classes for 
  15. error-handling in client-server systems with the following constraints:
  16. 1) Need to handle the equivalent of 100+ error codes
  17. 2) Need to handle exceptions thrown by:
  18.     a) OODB (ObjectStore)
  19.     b) ORB (Orbix)
  20.     c) STL (Objectspace)
  21. 3) Need to handle internationalization of error messages
  22.  
  23. I have done error-handling and some exception handling before, so I am not 
  24. completely new to this. Also by now I have gone through all the C++ books that I 
  25. could find on the subject.
  26.  
  27. Thanks
  28. Nehal Trivedi
  29. (ntrivedi@cais.com)
  30. (ntrivedi@manu.com)
  31.